From: Glenn Morris Date: Tue, 31 Jan 2012 03:47:51 +0000 (-0800) Subject: Small configure.in fix for Motif toolkit. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~3271 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e4070def538c1ffc40241f3beb79c55a9fbac13e;p=emacs.git Small configure.in fix for Motif toolkit. * configure.in: Throw an explicit error if Motif toolkit was requested but requirements could not be found. --- diff --git a/ChangeLog b/ChangeLog index 54f5a809e5a..bc5b3fcd77e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-01-31 Glenn Morris + * configure.in: Throw an explicit error if Motif toolkit was + requested but requirements could not be found. + * configure.in: Allow Emacs to actually be built with xaw scroll-bars. 2012-01-30 Eli Zaretskii diff --git a/configure.in b/configure.in index 7ec17a176d6..9eae1a51767 100644 --- a/configure.in +++ b/configure.in @@ -2234,6 +2234,8 @@ Motif version prior to 2.1. CPPFLAGS=$OLD_CPPFLAGS fi fi + AC_CHECK_HEADER([Xm/BulletinB.h], [], + [AC_MSG_ERROR([Motif toolkit requested but requirements not found.])]) fi dnl Use toolkit scroll bars if configured for GTK or X toolkit and either